home *** CD-ROM | disk | FTP | other *** search
- varlength = length(launchfolder);
- charsToExtract = int(varlength - "2");
- PathtoCD = launchfolder.substr("2",charstoextract);
- CategoryNum = CatNUM;
- trace("this is cat num" add categoryNUM);
- set("/menu1:filetitle",cat1file);
- set("/menu2:filetitle",cat2file);
- set("/menu3:filetitle",cat3file);
- set("/menu4:filetitle",cat4file);
- set("/menu5:filetitle",cat5file);
- set("/menu6:filetitle",cat6file);
- set("/menu7:filetitle",cat7file);
- set("/menu8:filetitle",cat8file);
- Bcolour = "start";
- if(categorynum == "1")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("1");
- }
- }
- if(categorynum == "2")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("2");
- }
- }
- if(categorynum == "3")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("3");
- }
- }
- if(categorynum == "4")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("4");
- }
- }
- if(categorynum == "5")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("5");
- }
- }
- if(categorynum == "6")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("6");
- }
- if(categorynum == "7")
- {
- tellTarget("/CategoryConsole")
- {
- gotoAndStop("7");
- }
- }
- }
- trace(Bcolour);
- stop();
-